Welcome![Sign In][Sign Up]
Location:
Search - unix socket

Search list

[WinSock-NDIStcp.zip

Description: 站长写的Unix和Windows下的socket通用函数,简单易用。带Unix下的小例子
Platform: | Size: 7900 | Author: | Hits:

[Internet-NetworksocketCppWrapper.zip

Description: 一个unix和windows通用的socket函数封装的类
Platform: | Size: 8873 | Author: | Hits:

[Internet-Networkraw_socket.gz

Description: 示范了Unix和Linux下如何利用Raw Socket构造伪装的TCP、IP、UDP的包
Platform: | Size: 9739 | Author: | Hits:

[Other resourcetalk_tcp_linux

Description: unix/linux使用socket编程的一个具体示例,包括服务器段和客户端程序。并给出使用嵌入式microwin的GUI的参考设计说明。-unix / linux use socket programming of a specific examples, including the server and client programs. Given the use of embedded microwin GUI reference design specification.
Platform: | Size: 919153 | Author: 刘浪 | Hits:

[Ftp ClientUnixftpcilent

Description: 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.login(conts string &pm_sFtpUser,const string &pm_sFtpPwd) 2:进入服务端目录 ftpTools.cd(const string & pm_sServerPath) 3:设定本地目录 ftpTools.Lcd(const string & pm_sLocalPath) 4:上传文件 ftpTools.upload(const string &pm_sSrcFilePath,const string & pm_sSrcFileName) 5:下载文件 ftpTools.download(const string & pm_sServerFileName,const string & pm_sDesPath) 支持全路径文件名,PASV模式 -an FTP client category, Socket written in the Unix environment. The reason Packaging category is because the written document under unix uploading and downloading operations are transferred to the shell script, C, C + + is difficult to control and the interactive shell, and not informed of the error code error, Using C + + tools packaged as a category, any item can reuse of. Easy to operate, just like normal FTP : 1 : landing FTP server FTPTools ftpTools (Contracting string
Platform: | Size: 4704 | Author: sl | Hits:

[Linux-Unixunix_sock_code

Description: 基于unix(solrais)的socket 原始代码编程。C/C++语言。SOCKET VER/BSD-(solrais) socket programming source code. C / C language. SOCKET VER / BSD
Platform: | Size: 51796 | Author: 张云 | Hits:

[WinSock-NDISUnixSocketProgrammingFAQ

Description: unix 操作系统socket网络编程的资料 是unix网络编程较好的参考-Network Programming information is Unix Network Programming good reference
Platform: | Size: 412948 | Author: 张海 | Hits:

[Internet-NetworkComm_Unix

Description: 程序:实现Unix下通过Socket实现两台机器之间相互通信功能的示例。-: Unix through Socket two machines between communication capabilities of the examples.
Platform: | Size: 2863 | Author: 易林 | Hits:

[Linux-Unixtcp_tools

Description: sco unix下socket接收发送串函数-sco under socket receiving this string function
Platform: | Size: 1110 | Author: 隋平 | Hits:

[WEB Codeiproberphp0022

Description: 主要功能: 1、服务器环境探测:CPU、在线时间、内存使用状况、系统平均负载探测(支持LINUX、FreeBSD系统,需系统支持),操作系统、服务器域名、IP地址、解释引擎等 2、PHP基本特征探测:版本、运行方式、安全模式及常规参数 3、PHP组件支持探测:MYSQL、GD、XML、SESSION、SOCKET等组件支持情况 4、服务器性能检测:整数运算能力、浮点数运算能力、数据IO能力 5、自定义探测:MYSQL连接测试、MAIL发信测试、函数支持情况及PHP配置参数 v0.021 更新: 1、修正UNIX系统在无SWAP分区时程序报错的BUG 2、页面改用div+css布局,符合XHTML1.0和CSS2.0标准 -main functions : a server environment detection : CPU, the online time, memory usage, The average load detection system (support Linux, FreeBSD system, the need for systematic support), operating system, server name, IP address, etc. to explain two engines, PHP basic feature detection : Version, mode of operation, Safe Mode and conventional parameters 3, PHP support detection components : MYSQL, GD, XML, SESSION, SOCKET support of the other four components, the server performance test : integer arithmetic, Float computational capabilities, data IO capacity of 500, since the definition of exploration : MYSQL connection test, MAIL written test, and support functions PHP configuration parameters v0.021 update : 1. UNIX system that in the absence of zoning procedures SWAP the BUG two errors, u
Platform: | Size: 49549 | Author: asdf | Hits:

[WinSock-NDISMulti-thread_management_and_network_program

Description: 这是我本科毕业设计的作品。实现了Window下网络通讯编程,包含服务器端和客户端两方面程序。主要实现了以下几个功能:1.Socket API编程,而不是WinSock编程,代码可以很方便地移植到Unix系统下;2. 多线程的管理机制,整个系统由一个主线程、一个管理线程,一个监听线程,若干个工作子线程构成,很好地解决了多线程的管理,资源的释放。3. 程序可以在真实局域网络环境下运行(即在一个主机上运行服务器端程序,在另外多台机器上分别运行一个客户端,可以实现通信),也可以在一个虚拟的环境下运行、演示(即,在一个机器上既运行服务器程序,也可以同时运行多个客户程序,通过设置各个客户程序的IP参数来模拟多台客户机对服务器的访问)-This is my undergraduate graduate design work. Window achieved under network communications programming, including server and client both procedures. Major Implementation of the following functions : 1.Socket API programming, and not WinSock programming, code can be easily ported to Unix systems; 2. Multithreading management mechanism, the entire system from a main thread, a management thread, a thread monitoring, a number of work-thread structure, a good solution to the multi-thread management, Resources release. 3. Procedures in a real LAN operating environment (that is, in a mainframe running server applications, In another multiple machines were running a client, can achieve communications), also in a virtual operating environment, the demo (that is, in a machine running both the serve
Platform: | Size: 734694 | Author: 龚勋 | Hits:

[Linux-Unixunix_network_programming

Description: unix网络编程 第1卷 套接口API和X/Open传输接口API unix网络编程 第2卷 进程间通信 包括这两卷的源代码-unix Network Programming, Vol 1 socket API and X / Open Transmission Network Interface API unix Liaison Program, volume 2, inter-process communication, including two volumes of the source code
Platform: | Size: 305183 | Author: 郭涛 | Hits:

[Linux-Unixdb.lock.fine_apue

Description: UNIX编程高级环境(第二版)的网络套接字部分的程序源码,头文件已经在里面了-Senior UNIX Programming (2nd edition) network socket part of the program source code. The first document in which the
Platform: | Size: 16268 | Author: 何川 | Hits:

[JSP/JavaOldUnixSocketTest

Description: Old Unix Socket Test extends Test Case Source Code for Andriod.
Platform: | Size: 1024 | Author: fozouzer | Hits:

[Internet-Networksocket

Description: 基于unix环境的多线程编程聊天室实现源码,能实现群聊功能。客服端可以设置20个,服务器端多个线程实现数据接收转发,数据采用生产者-消费者模式处理-Unix-based programming environment for multi-threaded chat room source code, to achieve a group chat feature. Client service can be set 20, the server receives multiple threads for data forwarding, data using producer- consumer mode processing
Platform: | Size: 10240 | Author: 杨健 | Hits:

[Internet-NetworkUNIX-NetWork-Programing_2.pdf.tar

Description: 本书是一部UNIX网络编程的经典之作。书中全面深入地介绍了如何使用套接字API进行网络编程。全书不但介绍了基本编程内容,还涵盖了与套接字编程相关的高级主题,对于客户/服务器程序的各种设计方法也作了完整的探讨,最后还深入分析了流这种设备驱动机制-This book is a classic UNIX network programming. The book comprehensively and thoroughly explains how to use the sockets API for network programming. The book not only describes the basic programming content, but also covers advanced topics associated with socket programming, also made a complete discussion of various design methods for client/server program, and finally in-depth analysis of the current mechanism of this device driver
Platform: | Size: 15494144 | Author: 李良 | Hits:

[Communication-Mobileandroid_unix_socket

Description: android unix socket demo
Platform: | Size: 3547136 | Author: turkey | Hits:

[Linux driversocket

Description: 此源码主要运行在Linux、Unix平台上,功能是实现Socket之间通信。谢谢大家-This source code is mainly runs on Linux, Unix platform, function is communication between Socket. Thank you! ! !
Platform: | Size: 2048 | Author: 梁龙武 | Hits:

[Internet-Networkserver

Description: 使用TCP/IP协议的应用程序通常采用应用编程接口:UNIX BSD的套接字(socket)和UNIX System V的TLI(已经被淘汰),来实现网络进程之间的通信。就目前而言,几乎所有的应用程序都是采用socket,而现在又是网络时代,网络中进程通信是无处不在,这就是我为什么说“一切皆socket”。(Applications that use the TCP/IP protocol usually use the application programming interface: UNIX BSD sockets (socket) and UNIX System V TLI (which have been eliminated) to communicate between network processes. For the moment, almost all applications are using socket, and now is the Internet era, the process of communication in the network is everywhere, and that is why I said, "everything is socket."".)
Platform: | Size: 1024 | Author: dannyPf | Hits:

[Internet-Network文件夹上传下载

Description: linux下文件和文件夹上传和下载的例子(file folder down,up ,ftp ,socket ,linux)
Platform: | Size: 61440 | Author: redgreen0 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »

CodeBus www.codebus.net